home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / sync.zip / makefile < prev    next >
Makefile  |  1995-07-08  |  250b  |  8 lines

  1. #makefile for sync, emx09a and dmake
  2.  
  3. default: sync.exe
  4. CFLAGS=-O2 -s -Zomf -Zsys
  5. LDFLAGS=-Zomf -s -Zsys -O/NOS -O/A:4 -O/BAS:0x10000 -O/EXEPACK:2 -O/PACKDATA -O/PACKCODE
  6.  
  7. sync.exe: sync.o makefile
  8.     $(LD) $(LDFLAGS) -o sync.exe sync.o sync.def