X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=Makefile;h=bf6561c59521c115b8d8f97d38e3d0113fb60489;hp=327db1ef95cda14d3be794fa0f2db2461a3ce967;hb=f38dd9bcb0caffd3fc9126b05788c936690e8288;hpb=de1d2429b83c89a0373599d19cc6c6cac40b2203 diff --git a/Makefile b/Makefile index 327db1e..bf6561c 100644 --- a/Makefile +++ b/Makefile @@ -13,11 +13,11 @@ cumulus : $(OBJS) $(CXX) $(LDFLAGS) -o $@ $^ version : NEWS - (git-describe || (head -n1 NEWS | cut -d" " -f1)) >version 2>/dev/null + (git describe || (head -n1 NEWS | cut -d" " -f1)) >version 2>/dev/null $(OBJS) : version clean : - rm -f $(OBJS) lbs version + rm -f $(OBJS) cumulus version dep : touch Makefile.dep