Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix up some small nits with rust-opengles #50

Merged
merged 3 commits into from Aug 12, 2013
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Change opengles.rc to standard (and rustpkg compatible) naming conven…

…tions
  • Loading branch information
sstewartgallus committed Aug 11, 2013
commit a825706b86dc2e7b92de378e698f37abe96c7f90
@@ -24,11 +24,11 @@ all: librustopengles.dummy
%.o: %.c
$(CC) $< -o $@ -c $(CFLAGS)

librustopengles.dummy: opengles.rc $(RUST_SRC)
librustopengles.dummy: lib.rs $(RUST_SRC)
$(RUSTC) $(RUSTFLAGS) $< -o $@
touch $@

rustopengles-test: opengles.rc $(RUST_SRC)
rustopengles-test: lib.rs $(RUST_SRC)
$(RUSTC) $(RUSTFLAGS) $< -o $@ --test

check: rustopengles-test
File renamed without changes.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.