X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=makefile;h=d17b37ec8258acb804cec305914c022b925f4acf;hp=9a9f76e29bc246fead242208a07aef7e0f55ec73;hb=a2394a7ace3a3dc8fec5eb88424f94fbdfd99ffa;hpb=e255e57617d57fef9960f1a572b7d707ea21139d diff --git a/makefile b/makefile index 9a9f76e..d17b37e 100644 --- a/makefile +++ b/makefile @@ -9,6 +9,7 @@ OBJS = network.o event.o input.o display.o audio.o fourier.o bmp.o dft: links $(OBJS) $(CC) $(CFLAGS) -o $@ $(OBJS) dft.c $(LIBS) + all: links dft clean: