Eejit

Just another WordPress site

Author

thebruce

Standard Makefiles

A simple makefile from here: https://stackoverflow.com/questions/1484817/how-do-i-make-a-simple-makefile-for-gcc-on-linux TARGET = prog LIBS = -lm CC = gcc CFLAGS = -g -Wall .PHONY: default all clean default: $(TARGET) all: default OBJECTS = $(patsubst %.c, %.o, $(wildcard *.c)) HEADERS = $(wildcard *.h) %.o: %.c… Continue reading →

How to mount an Anonymous smb share in linux

 

C Quiz

Hello World

Code:

 

© 2024 Eejit — Powered by WordPress

Theme by Anders NorenUp ↑