diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 2f817ffd..00000000 --- a/Makefile +++ /dev/null @@ -1,11 +0,0 @@ - - -OBJS - - - -all: stap - - -stap: $(OBJS) - $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) |