Sfoglia il codice sorgente

And CPPFLAGS

master
sin 10 anni fa
parent
commit
4c330409b0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Vedi File

@@ -14,7 +14,7 @@ config.h:
@cp config.def.h $@

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

strlcpy.o: strlcpy.c util.h
$(CC) $(CFLAGS) -c strlcpy.c


Loading…
Annulla
Salva