fix "make clean" when not a git repository
This commit is contained in:
parent
4edd85cf12
commit
01c82fe6ac
@ -869,7 +869,7 @@ clean :
|
|||||||
$(DELCOMMAND) $(OBJ)
|
$(DELCOMMAND) $(OBJ)
|
||||||
$(DELCOMMAND) $(OBJDIR)/versiontag
|
$(DELCOMMAND) $(OBJDIR)/versiontag
|
||||||
$(DELCOMMAND) $(BIN)
|
$(DELCOMMAND) $(BIN)
|
||||||
$(DELCOMMAND) recoil.c recoil.h
|
if [ -d ../3rdparty ] ; then $(DELCOMMAND) recoil.c recoil.h ; fi
|
||||||
|
|
||||||
ifneq ($(PLATFORM),amiga-vbcc)
|
ifneq ($(PLATFORM),amiga-vbcc)
|
||||||
# Linux installation of the program
|
# Linux installation of the program
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user