reorg: put output in its own folder.

This commit is contained in:
NunoSempere 2023-05-29 17:50:00 -04:00
parent 5cfc4ab468
commit 7724115933
3 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ CC=gcc
# Main file
SRC=samples.c
OUTPUT=samples
OUTPUT=out/samples
## Dependencies
# Has no dependencies
@ -44,7 +44,7 @@ run: $(SRC) $(OUTPUT)
# # Then run the program
# ulimit -Ss 256000 && ./$(OUTPUT)
linux:
linux-install:
sudo apt-get install libomp-dev
# Old:

BIN
C-optimized/out/samples Executable file

Binary file not shown.