Bladeren bron

Force rebuild of noice.o if queue.h is modified

master
sin 10 jaren geleden
bovenliggende
commit
a13096b773
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Bestand weergeven

@@ -13,7 +13,7 @@ config.h:
@echo copying config.def.h to $@
@cp config.def.h $@

noice.o: noice.c util.h
noice.o: noice.c queue.h util.h
$(CC) -c noice.c

strlcpy.o: strlcpy.c util.h


Laden…
Annuleren
Opslaan