Fix some things for the long program

This commit is contained in:
Cory Balaton 2023-10-24 21:25:41 +02:00
parent 95af969987
commit e4e608248f
No known key found for this signature in database
GPG Key ID: 3E5FCEBFD80F432B

View File

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