Coryab/code #13

Merged
coryab merged 6 commits from coryab/code into develop 2023-10-24 20:43:28 +00:00
Showing only changes of commit e4e608248f - Show all commits

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