LoggingPreprocessor/Makefile

14 lines
416 B
Makefile

default:
@echo "No argument supplied."
build_rcvr:
gcc -o Receiver/app.exe Receiver/*.c -I Receiver -I ../ReferencesFileInfo.h -Wall --pedantic
run_rcvr:
./Receiver/app.exe
build_ppsr:
gcc -o Preprocessor/app.exe Preprocessor/*.c -I Preprocessor -I ../ReferencesFileInfo.h -Wall --pedantic
run_ppsr:
./Preprocessor/app.exe -R send -D debug Test_files/*test.c doesnt_exist.c Test_files/random.long_extension