# Wedit Makefile for project werty (2) SRCDIR=c:\users\user\desktop\ci\treevis CFLAGS=-I"C:\lcc\include" -g2 CC=$(LCCROOT)\bin\lcc.exe LINKER=$(LCCROOT)\bin\lcclnk.exe OBJS=\ "werty (2).obj" LIBS= EXE="werty (2).exe" $(EXE): $(OBJS) Makefile $(LINKER) -subsystem console -o $(SRCDIR)\"lcc\werty (2).exe" $(OBJS) $(LIBS) # Build werty (2).c WERTY_(2)_C=\ c:\lcc\include\_syslist.h\ c:\lcc\include\_syslist.h\ c:\lcc\include\safelib.h\ "werty (2).obj": $(WERTY_(2)_C) $(SRCDIR)\"werty (2).c" $(CC) -c $(CFLAGS) $(SRCDIR)\"werty (2).c" link: $(LINKER) -subsystem console -o $(SRCDIR)\"lcc\werty (2).exe" $(OBJS) $(LIBS) clean: del $(OBJS) werty (2).exe