source:
app/src/fla/Makefile
@
25ae32e
Last change on this file since 25ae32e was 25ae32e, checked in by obrebski <obrebski@…>, 17 years ago | |
---|---|
|
|
File size: 119 bytes |
Line | |
---|---|
1 | |
2 | fla: fla.c |
3 | gcc -static -o fla fla.c |
4 | |
5 | copy: |
6 | ifdef UTT_BIN_DIR |
7 | cp fla ${UTT_BIN_DIR} |
8 | endif |
9 | |
10 | clean: |
11 | rm fla |
12 | |
13 | uninstall: |
Note: See TracBrowser
for help on using the repository browser.