mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
big update after strip
hg-commit-id: dcfb20faef4d
This commit is contained in:
parent
443ff15688
commit
6fd6c7af46
17 changed files with 428 additions and 91 deletions
18
music/pokeredwavptnvis/Makefile
Normal file
18
music/pokeredwavptnvis/Makefile
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
OBJECTS = Console.o main.o
|
||||
|
||||
CC = g++
|
||||
CFLAGS = -std=c++0x
|
||||
|
||||
pokeredwavptnvis: $(OBJECTS)
|
||||
$(CC) $(CFLAGS) $(OBJECTS) -o "../../extras/pokeredwavptnvis.exe"
|
||||
|
||||
Console.o: Console.h
|
||||
$(CC) $(CFLAGS) -c Console.cpp
|
||||
|
||||
main.o: main.cpp Console.h
|
||||
$(CC) $(CFLAGS) -c main.cpp Console.cpp
|
||||
|
||||
clean:
|
||||
rm *.o
|
||||
rm ../../extras/pokeredwavptnvis.exe
|
||||
Loading…
Add table
Add a link
Reference in a new issue