newt binding, first demo - hello world application -- noch

Former-commit-id: 034808deb8
This commit is contained in:
Norayr Chilingarian 2015-02-21 04:38:14 +04:00
parent 50d44e7b62
commit 3f82522841
3 changed files with 70 additions and 0 deletions

13
src/test/newt/Makefile Normal file
View 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