[go: up one dir, main page]

Menu

[52b7f0]: / makefile.old  Maximize  Restore  History

Download this file

12 lines (9 with data), 238 Bytes

all: mainOptFrame  examples
	@echo "BUILT SUCCESSFULLY!"

mainOptFrame: main.cpp
	g++ -Wall main.cpp ./OptFrame/Scanner++/Scanner.cpp -o mainOptFrame

examples:
	make -C ./Examples/
	
clean:
	#make clean -C ./Examples/
	rm -f mainOptFrame