Usermode - Starting on a text editor
[tpg/acess2.git] / Usermode / Applications / edit_src / Makefile
1 # Project: text editor
2
3 -include ../Makefile.cfg
4
5 OBJ = main.o
6 BIN = edit
7
8 -include ../Makefile.tpl
9
10 edit.lin:
11         gcc main.c -o edit.lin -DUSE_LOCAL=1 -Wall
12

UCC git Repository :: git.ucc.asn.au