mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 21:32:26 +00:00
newt binding, first demo - hello world application -- noch
Former-commit-id: 034808deb8
This commit is contained in:
parent
50d44e7b62
commit
3f82522841
3 changed files with 70 additions and 0 deletions
13
src/test/newt/Makefile
Normal file
13
src/test/newt/Makefile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
CFLAGS = "-lnewt"
|
||||
export CFLAGS
|
||||
|
||||
VOC = /opt/voc/bin/voc
|
||||
|
||||
all:
|
||||
$(VOC) -s newt.Mod newttest.Mod -m
|
||||
|
||||
clean:
|
||||
rm *.h
|
||||
rm *.c
|
||||
rm *.o
|
||||
rm *.sym
|
||||
Loading…
Add table
Add a link
Reference in a new issue