aboutsummaryrefslogtreecommitdiff
path: root/devel/crossgo32-djgpp2/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/crossgo32-djgpp2/files/Makefile')
-rw-r--r--devel/crossgo32-djgpp2/files/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/crossgo32-djgpp2/files/Makefile b/devel/crossgo32-djgpp2/files/Makefile
new file mode 100644
index 000000000000..21c2d72f698e
--- /dev/null
+++ b/devel/crossgo32-djgpp2/files/Makefile
@@ -0,0 +1,7 @@
+stubedit:
+ ${CC} -o stubedit stubedit.c
+
+stubify:
+ ${CC} -o stubify stubify.c
+
+all: stubedit stubify \ No newline at end of file