1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

vitetris: terminal-based Tetris clone

This commit is contained in:
kyak
2011-06-19 17:26:00 +04:00
parent cd0c7cebcc
commit c8ada0df0d
2 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
diff --git a/systest.mk b/systest.mk
index 43df066..4affb36 100644
--- a/systest.mk
+++ b/systest.mk
@@ -1,4 +1,4 @@
systest: systest.c
- $(CC) -o systest $(CFLAGS) $(CPPFLAGS) systest.c
+ $(HOSTCC) -o systest $(HOST_CFLAGS) $(HOST_CPPFLAGS) systest.c
clean:
rm -f systest systest.exe