1
0
mirror of https://github.com/agdsn/xerxes.git synced 2026-06-19 21:58:01 +00:00
Files
xerxes/Makefile
T
Maximilian Marx 3250434bb7 initial import.
2008-08-18 15:41:35 +02:00

5 lines
97 B
Makefile

OBJECTS=xerxes.cxx
BIN=xerxes
$(BIN): $(OBJECTS)
g++ -o $(BIN) $(OBJECTS) -Wall -pedantic -ggdb