Fix some things for the long program

This commit is contained in:
2023-10-24 21:25:41 +02:00
parent 95af969987
commit e4e608248f

View File

@@ -30,7 +30,7 @@ endif
.PHONY: clean .PHONY: clean
all: test_suite main all: test_suite main frequency_narrow_sweeps_long
# Instrumentation using scorep for parallel analysis # Instrumentation using scorep for parallel analysis
instrument: instrument:
@@ -60,5 +60,4 @@ test_suite: test_suite.o $(LIBOBJS) $(CLASSOBJS)
clean: clean:
rm *.o rm *.o
rm test_suite rm test_suite main frequency_narrow_sweeps_long
rm main