Skip to content

risham33/Cache-Stimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cache-Stimulator

#this is a comment COMPILER = gcc CCFLAGS = -ansi -pedantic -Wall all: sim

debug: make DEBUG=TRUE

sim: cache-sim.o $(COMPILER) $(CCFLAGS) -o sim cache-sim.o cache-sim.o: sim.c $(COMPILER) $(CCFLAGS) -c sim.c

ifeq ($(DEBUG), TRUE) CCFLAGS += -g endif

clean: rm -f sim rm -f *.o

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages