Skip to content

Commit

Permalink
Remove sats file
Browse files Browse the repository at this point in the history
  • Loading branch information
master-q committed Jun 23, 2014
1 parent 5a7437e commit 4db255a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion globalstate-simple/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PROGNAME=globalstate-simple
all::

all:: $(PROGNAME)
$(PROGNAME): $(PROGNAME).dats $(PROGNAME).sats; \
$(PROGNAME): $(PROGNAME).dats; \
$(PATSCC) -D_GNU_SOURCE $(CFLAGS) -o $@ $<
regress:: $(PROGNAME) ; ./$(PROGNAME)

Expand Down
1 change: 0 additions & 1 deletion globalstate-simple/globalstate-simple.dats
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "share/atspre_staload.hats"

staload UN = "prelude/SATS/unsafe.sats"
staload "globalstate-simple.sats"

// Global value: macaddr
typedef struct_macaddr = @[int][6]
Expand Down
1 change: 0 additions & 1 deletion globalstate-simple/globalstate-simple.sats

This file was deleted.

0 comments on commit 4db255a

Please sign in to comment.