X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=makefile;h=3f5b43de944e359ffb1b9ddaccaa3a6e1fee7222;hp=338db5d407cc0076170e067f94e362edb7f930b6;hb=8e3d4f991108f6b44e434dde7f11ee9ddfe39b9c;hpb=0dcd23ead2402b25e59a63668c16d375f031177d diff --git a/makefile b/makefile index 338db5d..3f5b43d 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,13 @@ 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 +linescan: links $(OBJS) + $(CC) $(CFLAGS) -o $@ $(OBJS) linescan.c $(LIBS) + +3dplot: links $(OBJS) + $(CC) $(CFLAGS) -o $@ $(OBJS) 3dplot.c $(LIBS) + +all: links dft linescan 3dplot clean: rm -f $(OBJS) ivac