X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FCCode%2FSource%2FPccts%2Fsupport%2Frexpr%2Fmakefile;fp=Tools%2FCCode%2FSource%2FPccts%2Fsupport%2Frexpr%2Fmakefile;h=0000000000000000000000000000000000000000;hp=44caef1aa51bdab1a809de0175e5e07828b7ef9f;hb=808def96aa4589fba9c2d0ea55837754a3b7a4f7;hpb=9216450d1143056a50a5f916984a2d7faf590488 diff --git a/Tools/CCode/Source/Pccts/support/rexpr/makefile b/Tools/CCode/Source/Pccts/support/rexpr/makefile deleted file mode 100644 index 44caef1aa5..0000000000 --- a/Tools/CCode/Source/Pccts/support/rexpr/makefile +++ /dev/null @@ -1,19 +0,0 @@ -BAG=../../bin/bag -SRC=test.c rexpr.c -OBJ=test.o rexpr.o -CFLAGS = -g - -test: $(OBJ) $(SRC) - cc -g -o texpr $(OBJ) - -shar: - shar makefile test.c rexpr.c rexpr.h > rexpr.shar - -archive: - $(BAG) makefile test.c rexpr.c rexpr.h > rexpr.bag - -clean: - rm -rf *.o core texpr - -scrub: - rm -rf *.o core texpr