mirror of
https://github.com/agdsn/xerxes.git
synced 2026-06-19 21:58:01 +00:00
Schluss fuer heute.
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
OBJECTS=xerxes.cxx
|
||||
OBJECTS=xerxes.cxx socket.cxx
|
||||
BIN=xerxes
|
||||
|
||||
$(BIN): $(OBJECTS)
|
||||
g++ -o $(BIN) $(OBJECTS) -Wall -pedantic -ggdb
|
||||
g++ -o $(BIN) $(OBJECTS) -Wall -pedantic -ggdb
|
||||
|
||||
all: $(BIN)
|
||||
|
||||
test: $(BIN)
|
||||
./$(BIN)
|
||||
|
||||
clean:
|
||||
rm -f $(BIN) *.o *.cxx~ *.hxx~ Makefile~
|
||||
|
||||
.PHONY: all
|
||||
Reference in New Issue
Block a user