Ignore:
Timestamp:
03/13/08 12:45:16 (16 years ago)
Author:
pawelk <pawelk@…>
Branches:
master, help
Children:
246900a
Parents:
e1b08a2
git-author:
pawelk <pawelk@…> (03/13/08 12:45:16)
git-committer:
pawelk <pawelk@…> (03/13/08 12:45:16)
Message:

Poprawilem wiekszosc makow pod katem poprawego kompilowania.
Wystepuje blad kompilacji dla gue.

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@9 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/src/fla/Makefile

    r25ae32e r8d3e6ab  
     1PAR = -m32 
     2# -static 
    13 
    24fla: fla.c 
    3         gcc -static -o fla fla.c 
     5        gcc $(PAR) -o fla fla.c 
    46 
    57copy: 
     
    1012clean: 
    1113        rm fla 
    12  
    13 uninstall: 
Note: See TracChangeset for help on using the changeset viewer.