source:
app/src/fla/Makefile
@
  aa9f1bc
        
        | Last change on this file since aa9f1bc was 8d3e6ab, checked in by pawelk <pawelk@…>, 18 years ago | |
|---|---|
| 
 | |
| File size: 128 bytes | |
| Rev | Line | |
|---|---|---|
| [8d3e6ab] | 1 | PAR = -m32 | 
| 2 | # -static | |
| [25ae32e] | 3 | |
| 4 | fla: fla.c | |
| [8d3e6ab] | 5 | gcc $(PAR) -o fla fla.c | 
| [25ae32e] | 6 | |
| 7 | copy: | |
| 8 | ifdef UTT_BIN_DIR | |
| 9 | cp fla ${UTT_BIN_DIR} | |
| 10 | endif | |
| 11 | ||
| 12 | clean: | |
| 13 | rm fla | 
Note: See TracBrowser
        for help on using the repository browser.
    