Develop #14

Merged
coryab merged 124 commits from develop into main 2023-10-24 20:43:56 +00:00
Showing only changes of commit e4e608248f - Show all commits

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