"Ferdig" med øving 2
This commit is contained in:
@@ -6,7 +6,7 @@ run: $(binary)
|
||||
./$(binary) 7 100000000
|
||||
|
||||
$(binary): $(objects)
|
||||
g++ -o $@ $^
|
||||
g++ -Ofast -march=native -flto -fno-signed-zeros -fno-trapping-math -o $@ $^
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
|
||||
Reference in New Issue
Block a user