1
0
mirror of https://github.com/agdsn/xerxes.git synced 2026-06-19 21:58:01 +00:00

initial import.

This commit is contained in:
Maximilian Marx
2008-08-18 15:41:35 +02:00
commit 3250434bb7
2 changed files with 22 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
OBJECTS=xerxes.cxx
BIN=xerxes
$(BIN): $(OBJECTS)
g++ -o $(BIN) $(OBJECTS) -Wall -pedantic -ggdb